xen.git
2011-05-01 Keir Fraserx86: Clean up smp_call_function handling.
2011-04-30 Keir Fraserx86: Remove TRAP_INSTR from the public headers.
2011-04-30 Keir Fraserx86: Remove direct uses of 0x82 as HYPERCALL_VECTOR.
2011-04-20 Ian Campbelltools: ocaml: autogenerate xl datatype definitions...
2011-04-20 Ian Campbelltools: ocaml: lay ground work for auto generating xl...
2011-04-20 Ian Campbelltools: ocaml: tweak whitespace in preparation for autog...
2011-04-20 Ian Campbelltools: ocaml: remove create_info and build_info data...
2011-04-20 Ian Campbelltools: ocaml: reorder xl bindings type and function...
2011-04-20 Ian Campbelltools: libxl: reduce number of integer types in the IDL
2011-04-20 Ian Campbelltools: libxl: remove Reference meta-type from IDL
2011-04-20 Ian Campbelltools: libxl: remove libxl_domain_build_state from...
2011-04-20 Ian Campbelltools: ocaml: rename the topology types and functions
2011-03-30 David Scotttools: ocaml: rename the sched_credit types and functions
2011-03-30 David Scotttools: ocaml: rename the physinfo types and functions
2011-03-30 David Scotttools: ocaml: rename the domain_build_state types and...
2011-03-30 David Scotttools: ocaml: rename the build_info types and functions
2011-03-30 David Scotttools: ocaml: rename the create_info types and functions
2011-03-30 David Scotttools: ocaml: remove the domain_make and domain_build...
2011-03-30 David Scotttools: ocaml: rename the pci types and functions
2011-03-30 David Scotttools: ocaml: rename the vkb types and functions
2011-03-30 David Scotttools: ocaml: rename the console types and functions
2011-03-30 David Scotttools: ocaml: rename the disk_info types and functions
2011-03-30 David Scotttools: ocaml: rename the device_nic types and functions
2011-04-20 Ian Campbelltools: libxl: do not specify protocol node for disk...
2011-04-20 Ian Campbelltools: libxl: add concept of in- and out-put only data...
2011-04-20 Ian Campbelltools: libxl: remove BitField type class from IDL
2011-04-20 Ian Campbelltools: libxl: add libxl_domid to IDL
2011-04-20 Ian Campbelltools: libxl: add an Enumeration type to the IDL
2011-04-20 Ian Campbelltools: libxl: namespace enum values within their type.
2011-04-20 Ian Campbelltools: libxl: generalize libxl_qemu_machine_type into...
2011-04-20 Ian Campbelltools: libxl: move all enum values into the libxl namespace
2011-04-20 Ian Campbelltools: support SeaBIOS. Use by default when upstream...
2011-04-20 Ian Campbelltools: libxl: write selected BIOS to xenstore.
2011-04-20 Ian Campbelltools: libxl: hide selection of device-model by default.
2011-04-19 Ian Campbelltools: libxl: hide selection of hvmloader by default.
2011-04-27 George Dunlapcredit2: add a callback to migrate to a new cpu
2011-04-27 Daniel Kiperpv-grub: Fix for incorrect dom->p2m_host[] list initial...
2011-04-25 Keir Fraserlibxc: Fill in XSAVE-related CPUID leaves for PV guests.
2011-04-25 Tim Deeganvtd: check and print EPT compatibility once, at boot.
2011-04-20 Tim Deeganxen/x86: re-enable xsave by default now that it support...
2011-04-18 Keir Frasertools: hvmloader: attempt to SHUTDOWN_crash on BUG
2011-04-18 Keir Fraserhvmloader: Fix _start-relative calculation of hypercall...
2011-04-18 Wei Wangx86/mm: Add a generic interface for vtd and amd iommu...
2011-04-18 Wei Wangx86/mm: Implement p2m table sharing for AMD IOMMU.
2011-04-18 Wei Wangx86/mm: add AMD IOMMU control bits to p2m entries.
2011-04-18 Wei Wangx86/mm: Move p2m type into bits of the PTE that the...
2011-04-18 Olaf Heringxentrace: correct overflow check for number of per...
2011-04-18 Keir Frasersvm: implement instruction fetch part of DecodeAssist...
2011-04-18 Keir Frasersvm: decode-assists feature must depend on nextrip...
2011-04-18 Andre Przywarasvm: implement INVLPG part of DecodeAssist
2011-04-18 Andre Przywarasvm: implement CR access part of DecodeAssist
2011-04-18 Andre Przywarasvm: add bit definitions for SVM DecodeAssist
2011-04-18 Keir Fraservmx/hvm: move mov-cr handling functions to generic...
2011-04-18 Keir Fraserhvmloader: Fix build dependency (rombios.o depends...
2011-04-16 Keir Fraserx86_32: Fix the build.
2011-04-15 Christoph Eggernestedhvm: Flush L2 guest ASID across guest nestedhvm...
2011-04-15 Keir Frasernestedhvm: Allocate a separate host ASID for each L2...
2011-04-15 Keir Fraserx86: don't write_tsc() non-zero values on CPUs updating...
2011-04-14 Keir FraserTracing facility for nested virtualization
2011-04-14 Keir Fraserhvm, xentrace: Extend HVMTRACE_ND so that a modifier...
2011-04-13 Keir Fraserx86: make the pv-only e820 array be dynamic.
2011-04-13 Christoph Eggerx86/svm/asid: Introduce svm_invlpga()
2011-04-13 Christoph Eggerx86/hvm/asid: Use C99 integer types for asid numbers
2011-04-13 Christoph Eggertools/xentrace: decode 'continue_running' and 'RDTSC...
2011-04-13 Tim DeeganRemove "uninitialized_var" macro, which doesn't work...
2011-04-12 Stephen Smalleyxsm: Fix xsm_mmu_* and xsm_update_va_mapping hooks
2011-04-12 Ian Campbelltools: hvmloader: select BIOS through xenstore.
2011-04-12 Ian Campbelltools: hvmloader: Refactor MP table setup into struct...
2011-04-12 Ian Campbelltools: hvmloader: Refactor ACPI table setup into struct...
2011-04-12 Ian Campbelltools: hvmloader: Refactor VM86 and E820 setup into...
2011-04-12 Ian Campbelltools: hvmloader: refactor highbios and bios_info setup...
2011-04-12 Ian Campbelltools: hvmloader: Refactor APIC, PCI and SMP setup...
2011-04-12 Ian Campbelltools: hvmloader: add bios_config data structure
2011-04-12 Ian Campbelltools: hvmloader: Define $(OBJS) directly instead of...
2011-04-12 Ian Campbelltools: hvmloader: rename roms.h to roms.inc
2011-04-12 Ian Campbelltools: hvmloader: remove rombios_sz, just use sizeof...
2011-04-12 Ian Campbelltools: hvmloader: refactor Makefile to move ROM filenam...
2011-04-12 Ian Campbelltools: hvmloader: split scratch and hypercall addressin...
2011-04-12 Ian Campbelltools: hvmloader: pass option ROM end address around...
2011-04-12 Ian Campbelltools: hvmloader: pass SMBIOS location as a runtime...
2011-04-12 Ian Campbelltools: hvmloader: pass ACPI_PHYSICAL_ADDRESS as a runti...
2011-04-12 Ian Campbelltools: hvmloader: split e820 support into its own code...
2011-04-12 Ian Campbelltools: hvmloader: move ROMBIOS configuration into tools...
2011-04-12 Shriram Rajagopalanremus: fix incorrect error handling for switch_qemu_log...
2011-04-12 Jan Beulichpassthrough: prevent non-HVM access to HVM-only data
2011-04-12 Wei WangAMD IOMMU: Fix an interrupt remapping issue
2011-04-12 Wei Wangamd iommu: Unmapped interrupt should generate IO page...
2011-04-09 Keir Frasernestedhvm: Remove nhvm_{initialise,destroy,reset}.
2011-04-08 Jim Fehliglibxl: Add libvirt-xml to userdata userid registry
2011-04-08 Shriram Rajagopalanremus: blackhole replication target
2011-04-08 Shriram Rajagopalanremus: proper cleanup on checkpoint failure.
2011-04-08 Ian Campbelllibxl: Drop internal DEVICE_TAP backend type
2011-04-08 Ian Campbelllibxl: handle the tail end of a tap device using the...
2011-04-08 Ian Campbelllibxl: refactor DISK_BACKEND_PHY handling in libxl_devi...
2011-04-08 Ian Campbelllibxl: only a CDROM type disk can be empty.
2011-04-08 Ian Campbelllibxl: convert an empty tap disk into a qdisk
2011-04-08 Ian Campbelllibxl: make fallback from blktap2 to qdisk more explicit.
2011-04-08 Ian Campbelllibxl: remove impossible check for backend != DISK_BACK...
2011-04-08 Ian Campbelllibxl: drop domid field from libxl_device_*
2011-04-08 Ian Campbellxend: drop XenAPI error message translation
next